var go.uber.org/zap/zapcore._errArrayElemPool

3 uses

	go.uber.org/zap/zapcore (current package)
		error.go#L106: var _errArrayElemPool = sync.Pool{New: func() interface{} {
		error.go#L116: 	e := _errArrayElemPool.Get().(*errArrayElem)
		error.go#L131: 	_errArrayElemPool.Put(e)